home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / Products History / TCPack - History < prev   
Text File  |  1994-03-08  |  7KB  |  198 lines

  1.  
  2. TCPack - History
  3.  
  4.  
  5. _________________________________________________________________
  6. Version 2.2.4
  7. _________________________________________________________________
  8.  
  9.     - When installing TCPack for the first time, it searches for "FTP Setup"
  10.        by default in the Control Panels folder.
  11.  
  12.  
  13. _________________________________________________________________
  14. Version 2.2.3
  15. _________________________________________________________________
  16.  
  17. 5PM only:
  18.     - No longer loose connection when pasting large amount of data over slow lines.
  19.  
  20.  
  21. _________________________________________________________________
  22. Version 2.2.2
  23. _________________________________________________________________
  24.  
  25.     - More accurate when detecting duplicate serial numbers
  26.  
  27.  
  28. _________________________________________________________________
  29. Version 2.2.1
  30. _________________________________________________________________
  31.  
  32.     - Fixes a problem with the Terminal Type configuration: it was not convenient
  33.              to enter a type other than one from the list.
  34.  
  35.  
  36. _________________________________________________________________
  37. Version 2.2
  38. _________________________________________________________________
  39.  
  40.     - New protections (include a serialization dialog and support new serial numbers)
  41.     - Color icons were added in the Configuration Dialogs.
  42.  
  43.  
  44. _________________________________________________________________
  45. Version 2.1.5
  46. _________________________________________________________________
  47.  
  48.     - Compatible with A/UX on 68040 machines.
  49.     - When configuring the host by name (eg. "ftp.apple.com"), the Domain Name Resolver
  50.              is now called when opening the connection. Configure the host by address
  51.              (eg. 36.44.0.6), or click the GetAddress button, to not use the Domain Name Resolver.
  52.     - Fixes problem when used with a former version of FTPSetup.
  53.     - Can be configured even though MacTCP is not installed.
  54.  
  55. 5PM only:
  56.     - Optimizes the keyboard responsiveness when connected through a slow connection to
  57.              a host which does echo characters.
  58.  
  59. Programmers only:
  60.     - Fixes a bug when using the DNR in the Scripting Interface.
  61.     - Supports async read in Telnet Mode (your completion proc is called in CMIdle).
  62.     - Async CMBreaks have been corrected.
  63.     - Telnet Characters could be received in the data stream when following a Return
  64.              just after opening the connection.
  65.  
  66.  
  67. _________________________________________________________________
  68. Version 2.1.4
  69. _________________________________________________________________
  70.  
  71.     - The state of "FTP Enable" is kept from one session to another one.
  72.  
  73.  
  74. _________________________________________________________________
  75. Version 2.1.3
  76. _________________________________________________________________
  77.  
  78.     - The "FTP Enable" item from the TCP menu is always hidden when FTPShare is
  79.              installed (it was hidden in the first session only).
  80.     - Telnet protocol can be shut off during a session (before it was either active,
  81.              either not active, during all the session).
  82.     - Telnet control sequences selected in the TCP menu are now sent using Urgent mode.
  83.     - Fixes problems with the Apple XModem Tool when setting the "Clean Link" option
  84.              over non-telnet TCP streams.
  85.  
  86. Programmers only:
  87.     - No longer requires CMIdle to update the status over non-telnet TCP streams.
  88.  
  89.  
  90. _________________________________________________________________
  91. Version 2.1.2
  92. _________________________________________________________________
  93.  
  94.     - Fixes FTP server problems under System 6.
  95.     - No more alerts on Read/Write attempts with a closed connection.
  96.  
  97. Programmers only:
  98.     - Under Telnet, calling CMBreak() sends a Break sequence with an even duration
  99.              or a Interrupt Process sequence with an odd duration.
  100.  
  101.  
  102. _________________________________________________________________
  103. Version 2.1.1
  104. _________________________________________________________________
  105.  
  106.     - Works on new machines : Mac IIvx, Duo and Centris.
  107.  
  108.  
  109. _________________________________________________________________
  110. Version 2.1
  111. _________________________________________________________________
  112.  
  113.     - The activation of the FTP server is no longer related to the "FTP Login" item from
  114.              the TCP menu. Instead, it may be activated by choosing "FTP Enable" in the menu.
  115.              However, it must be used with FTPSetup version 1.1.
  116.  
  117.  
  118. _________________________________________________________________
  119. Version 2..0.2  (not released)
  120. _________________________________________________________________
  121.  
  122.     - According to the Telnet Protocol, TCPack now changes all CR-NULL character
  123.              sequences into CR-NULL-NULL provided that the Binary has not been negociated.
  124.              This allows, for example, to transfer files using the XMODEM protocol over
  125.              Telnet connections.
  126.  
  127. Programmers only:
  128.     - In particular cases, the CMClose completion routine was not called.
  129.  
  130.  
  131. _________________________________________________________________
  132. Version 2.0.1
  133. _________________________________________________________________
  134.  
  135.     - A potential problem which could make appear the alert "A resource is missing"
  136.              is solved.
  137.     - A feature was added which makes our IBM 3270 and 5250 Terminal Tools know
  138.              whether or not the connection is opened.
  139.  
  140.  
  141. _________________________________________________________________
  142. Version 2.0
  143. _________________________________________________________________
  144.  
  145. The major differences between this version 2.0 and 1.x are :
  146.  
  147.     - There are only 4 Configuration Dialogs : Address, Terminal, Help and About.
  148.              The technical settings have been suppressed (Port, FTP, Options and Status),
  149.              however they are still accessible through the Scripting Interface for peer-to-peer
  150.              connections.
  151.  
  152.     - The FTP server is no longer a module of TCPack : it is included as a driver in the
  153.              FTP Setup application. The driver is very similar to the driver used in our FTP Share
  154.              product, except that it only recognizes one user. The server is activated through the
  155.              "TCP" menu which is added by TCPack when used from a terminal-emulation
  156.              application.
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. =============================================================================
  164.  
  165. The following section contains the change history of FTP Setup
  166.  
  167. =============================================================================
  168.  
  169.  
  170.  
  171.  
  172. _________________________________________________________________
  173. Version 1.1.1
  174. _________________________________________________________________
  175.  
  176.     - Fixes FTP server problems under System 6.
  177.     - The client has now the same privileges than the FTPShare "owner", and
  178.              therefore has access to the whole disk.
  179.  
  180.  
  181. _________________________________________________________________
  182. Version 1.1
  183. _________________________________________________________________
  184.  
  185.     - A new menu item allows to activate the FTP Server without having to select
  186.              "FTP Login", thus you can let other people access to your files.
  187.     - It is now possible to specify an Entry Folder when connecting to the FTP server.
  188.  
  189.  
  190. _________________________________________________________________
  191. Version 1.0.1
  192. _________________________________________________________________
  193.  
  194.     - Time-outs no longer occur when transfering MacBinary files with a Data Fork size
  195.              exactly multiple of the Block Size (ie Data Fork of 8192, 16384 bytes etc… with
  196.              a block size of 8K). Such cases of error were revealed by transfering particular
  197.              HyperCard stacks; all other files did not present problems.
  198.